/* ** This procedure returns the version number of the stored ** procedures used by the the Microsoft Visual Database Tools. ** Version is 7.0.05. */ createproceduredbo.dt_verstamp007 as select7005 GO GRANTEXECUTEON[dbo].[dt_verstamp007]TO[public] GO